home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000423_news@columbia.edu _Fri Feb 2 16:21:57 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id QAA18005 for <kermit.misc@watsun>; Fri, 2 Feb 1996 16:21:55 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id QAA27101 for kermit.misc@watsun; Fri, 2 Feb 1996 16:21:51 -0500 (EST)
  4. Path: news.columbia.edu!news.new-york.net!uunet!in2.uu.net!EU.net!ieunet!login.Ieunet.ie!ebairead
  5. From: ebairead@login.ieunet.ie (Eoin Bairead)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: What am I doing wrong !!
  8. Date: 2 Feb 1996 17:25:19 GMT
  9. Organization: Ieunet Limited
  10. Lines: 25
  11. Message-ID: <4ethdv$et8@news.Ieunet.ie>
  12. NNTP-Posting-Host: login.ieunet.ie
  13. X-Newsreader: TIN [version 1.2 PL2]
  14.  
  15. I'm doing sumthin stoopid...
  16.  
  17. I want a neat way of logging on to a VAX from a PC
  18.  
  19. I have a nice PC program that prompts for Username & password
  20.  
  21. then I have a batch file: X.BAT which says
  22. kermit -f myfile.ini,define \%%1 %1, define \%%2 %2
  23.  
  24. in myfile.ini I have:
  25. input 10 Username:
  26. output \%1\13
  27. input 5 Password:
  28. output \%2\13
  29.  
  30. I then say:
  31. X BLOGGS SECRET
  32.  
  33. and it falls over with nothing being output.
  34.  
  35. is what I'm doing even a proper way of logging on ?
  36.  
  37. Eoin Bair∩┐╜ad
  38. Dublin, Ireland
  39.